Home | History | Annotate | Download | only in HDA Intel PCH
      1 SectionVerb {
      2 	Value {
      3 		OutputDspName "speaker_eq"
      4 	}
      5 	EnableSequence [
      6 		cdev "hw:PCH"
      7 
      8 		cset "name='Capture Switch' on"
      9 		cset "name='Capture Volume' 39"
     10 		cset "name='Mic Boost Volume' 2"
     11 		cset "name='Internal Mic Boost Volume' 1"
     12 		cset "name='Capture Source' 0"
     13 	]
     14 	DisableSequence [
     15 	]
     16 }
     17 
     18 SectionDevice."Headphone".0 {
     19 	Value {
     20 	}
     21 }
     22 
     23 SectionDevice."Mic".0 {
     24 	Value {
     25 		JackName "Mic Jack"
     26 	}
     27 	EnableSequence [
     28 		cdev "hw:PCH"
     29 
     30 		cset "name='Capture Source' 1"
     31 	]
     32 	DisableSequence [
     33 		cdev "hw:PCH"
     34 
     35 		cset "name='Capture Source' 0"
     36 	]
     37 }
     38